﻿@charset "utf-8";
/* CSS Document */
.header{
	width:100%;
	background:#fff;
	overflow:hidden;
}
.header-top{
	width:100%;
	height:42px;
	background:#f8f8f8;
	/*overflow:hidden;*/
}
.header-top-con{
	width:1200px;
	margin:0 auto;
}
.header-top-con #citys{display:none;position:absolute;top:39px;/*left:75px*/left: 0;flo:left;text-align:center;background:#1e1e1e;z-index:9999;}
.header-top-con #citys span{font-size:12px;color:#fff;cursor:pointer;float:left;width:62px;height:26px;line-height:26px;text-align:center;}
.header-top-con #citys .cur{background:#d9000d;}
.header-top-con #city{height:39px;line-height:39px;font-size:12px;cursor:pointer;position:relative;}
.header-top-con #city .bj{width:18px;height:18px;position:absolute;top:11px;right:114px;background:url(../images/sprite_01.png) -1148px -693px no-repeat;}
.header-top-con #city .r{float:right;font-size:16px;}
.header-top-con #city .l{float:left;height:39px;text-align:center;color:#d9000d;}
.header-top-con-left{
	padding-left:30px;
	float:left;
}
.header-top-con-left li{
	margin-left:10px;
	float:left;
	}
.header-top-con-left li a,.header-top-con-right a{
	line-height:42px;
	color:#888888;
	font-size:12px;
}	
.header-top-con-right{
	float:right;
}
.header-top-con-right li{
	margin-right:4px;
	float:left;
}
.header-logo{
	width:1200px;
	height:97px;
	margin:0 auto;
}
.logo-con{
	float:left;
}
.logo img{
	margin:20px 0;
}
.slogan{
	font-size:18px;
	color:#006cb7;
	line-height:97px;
	padding-left:49px;
	font-weight:700;
}
.phone{
	float:right;
	padding-right:30px;
}
.phone img{
	margin-top:30px;
}
.nav{
	width:100%;
	/*overflow:hidden;*/
	background:#970f00;
}
.nav-list{
	width:1200px;
	margin:0 auto;
	height:48px;
	/*padding-left:15px;*/
}
div.fixedNav{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	z-index:100000;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollTop));
}
.nav-list li{
	width:110px;
	float:left;
	margin-right:0px;
	position:relative;
}
.nav-list li a{
	font-size:18px;
	line-height:48px;
	color:#feffff;
	text-align:center;
	display:block;
	text-decoration:none;
}
.nav-list li a:hover{
	background:#CD5C5C;
}
.nav-list .active>a{
	background:#CD5C5C;
}
.nav-list ul li dl{background: #f8f7f7;position: absolute;top:48px;left: 0;z-index:9999;display:none;}
.nav-list ul li dl a{line-height:44px;height:44px; width:113px; font-size:14px;display:block;text-align:center;color:#333;padding-left:0;padding-right:0;}
.nav-list ul li dl a:hover{background:#970f00;color:#fff;font-size:14px;}

















